home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Seguranca / Secur-all / sec32380.exe / %MAINDIR% / Securi32.exe / 0 / RCDATA / TFRMGRACE / TFRMGRACE.txt
Encoding:
Text File  |  1998-08-03  |  1021 b   |  54 lines

  1. object frmGrace: TfrmGrace
  2.   Left = 200
  3.   Top = 95
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 148
  7.   ClientWidth = 373
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object imgGrace: TImage
  17.     Left = 12
  18.     Top = 16
  19.     Width = 32
  20.     Height = 32
  21.     AutoSize = True
  22.   end
  23.   object memoGrace: TMemo
  24.     Left = 64
  25.     Top = 12
  26.     Width = 297
  27.     Height = 73
  28.     BorderStyle = bsNone
  29.     Color = clBtnFace
  30.     Ctl3D = False
  31.     Lines.Strings = (
  32.       ''
  33.       ''
  34.       ''
  35.       'Please select Order Form... from the Register menu for '
  36.       'details of registering your copy of ')
  37.     ParentCtl3D = False
  38.     ReadOnly = True
  39.     TabOrder = 1
  40.   end
  41.   object btnOK: TBitBtn
  42.     Left = 292
  43.     Top = 116
  44.     Width = 73
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 0
  50.     NumGlyphs = 2
  51.     Style = bsNew
  52.   end
  53. end
  54.